home *** CD-ROM | disk | FTP | other *** search
- /* resource set indices for USER */
-
- #define IMG_USER 0 /* form/dialog */
- #define RBN 1 /* ICON in tree IMG_USER */
- #define RBS 2 /* ICON in tree IMG_USER */
- #define BCN 3 /* ICON in tree IMG_USER */
- #define BCS 4 /* ICON in tree IMG_USER */
- #define CYCON 5 /* ICON in tree IMG_USER */
- #define CYCOFF 6 /* ICON in tree IMG_USER */
-
- #define IMG_ICONE 1 /* Form_ICON pour iconification */
- #define ICONE 1 /* ICONE pour iconification */
-
- #define BOX_HELP 2 /* Boite pour affichage de l'aide continue */
- #define HLPTXT1 1 /* TEXT in tree BOX_HELP */
- #define HLPTXT2 2 /* TEXT in tree BOX_HELP */
- #define HLPTXT3 3 /* TEXT in tree BOX_HELP */
-
- #define SLIDERW 3 /* form/dialog */
- #define SLIDTXT 1 /* TEXT in tree SLIDERW */
- #define SLIDBOX 2 /* BOX in tree SLIDERW */
- #define SLIDBAR 3 /* BOX in tree SLIDERW */
- #define SLIDPOS 5 /* TEXT in tree SLIDERW */
-
- #define ALERTE 4 /* free form */
- #define ALTIMAGE 1 /* IMAGE in tree ALERTE */
- #define ALTTXT1 2 /* TEXT in tree ALERTE */
- #define ALTTRAIT 3 /* BOX in tree ALERTE */
- #define ALTTXT2 4 /* TEXT in tree ALERTE */
- #define ALTTXT3 5 /* TEXT in tree ALERTE */
- #define ALTTXT4 6 /* TEXT in tree ALERTE */
- #define ALTTXT5 7 /* TEXT in tree ALERTE */
- #define ALTTXT6 8 /* TEXT in tree ALERTE */
- #define ALTBUT1 9 /* BUTTON in tree ALERTE */
- #define ALTBUT2 10 /* BUTTON in tree ALERTE */
- #define ALTBUT3 11 /* BUTTON in tree ALERTE */
- #define ALTBUT4 12 /* BUTTON in tree ALERTE */
-